projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f610c00
)
(awk-mode): Call c-initialize-cc-mode.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 25 Jul 1997 20:51:42 +0000
(20:51 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 25 Jul 1997 20:51:42 +0000
(20:51 +0000)
lisp/progmodes/awk-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/awk-mode.el
b/lisp/progmodes/awk-mode.el
index bd74d4298f989bf8dd1e92163f68ec2fbb75dcf1..5c37f639f6df3c254b71a1f4cb1765b598826a00 100644
(file)
--- a/
lisp/progmodes/awk-mode.el
+++ b/
lisp/progmodes/awk-mode.el
@@
-119,6
+119,7
@@
with no args, if that value is non-nil."
(interactive)
(kill-all-local-variables)
(require 'cc-langs)
+ (c-initialize-cc-mode)
(use-local-map c-mode-map)
(setq major-mode 'awk-mode)
(setq mode-name "AWK")